home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
accrd1
/
wonform.frm
< prev
next >
Wrap
Text File
|
1995-05-08
|
1KB
|
46 lines
VERSION 2.00
Begin Form WonForm
BackColor = &H00C0C0C0&
BorderStyle = 1 'Fixed Single
Caption = "Game Over"
ClientHeight = 3030
ClientLeft = 1170
ClientTop = 1545
ClientWidth = 4365
ControlBox = 0 'False
Height = 3435
Left = 1110
LinkMode = 1 'Source
LinkTopic = "Form2"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 3030
ScaleWidth = 4365
Top = 1200
Width = 4485
Begin CommandButton Command1
Caption = "Totally Awesome, Dude"
Height = 735
Left = 360
TabIndex = 1
Top = 2160
Width = 3615
End
Begin PictureBox Picture1
AutoSize = -1 'True
BorderStyle = 0 'None
Height = 1905
Left = 0
Picture = WONFORM.FRX:0000
ScaleHeight = 1905
ScaleWidth = 4365
TabIndex = 0
Top = 120
Width = 4365
End
End
Sub Command1_Click ()
Unload WonForm
End Sub